Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  BehringerNXFilterSet

  CamillaDSPFilterSet

  EmotivaFilterSet

  EqualizerAPOFIRFilterSet

  EqualizerAPOIIRFilterSet

  EqualizerAPOUtils

  FilterSet

  FilterSetTarget

  FIRFilterSet

  GenericFilterSet

  IIRFilterSet

  Bands

  ChannelData

  Channels

  CreateRootFile(string, string)

  GainPrecision

  GetDelay(int)

  GetLabel(int)

  IIRFilterSet(int, int)

  IIRFilterSet(ReferenceChannel[], int)

  IIRFilterSet(string)

  MaxGain

  MinGain

  ReadFile(string, out ChannelData[])

  SetupChannel(int, BiquadFilter[], double, int, bool, string)

  SetupChannel(ReferenceChannel, BiquadFilter[], double, int, bool, string)

  InvalidSourceException

  MiniDSP2x4FilterSet

  MiniDSP2x4HDFilterSet

  MultEQXpander

  StormAudioFilterSet

  UnsupportedFilterException

  Renderers

  Transcoders

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class IIRFilterSet

Room correction filter data with infinite impulse response (biquad) filter sets for each channel.
VisibilityPublic
Modifiersabstract
ExtendsFilterSet

Protected structs

struct ChannelDataAll information needed for a channel.

Public functions

Constructor IIRFilterSet(string path)Read a room correction with IIR filter sets for each channel from a file.
Constructor IIRFilterSet(int channels, int sampleRate)Construct a room correction with IIR filter sets for each channel for a room with the target number of channels.
Constructor IIRFilterSet(ReferenceChannel[] channels, int sampleRate)Construct a room correction with IIR filter sets for each channel for a room with the target reference channels.
void SetupChannel(int channel, BiquadFilter[] filters, double gain = 0, int delaySamples = 0, bool switchPolarity = false, string name = null)Setup a channel's filter set and related metadata.
void SetupChannel(ReferenceChannel channel, BiquadFilter[] filters, double gain = 0, int delaySamples = 0, bool switchPolarity = false, string name = null)Setup a channel's filter set and related metadata.

Protected functions

void CreateRootFile(string path, string filterFileExtension)Create the file with gain/delay/polarity info as the root document that's saved in the save dialog.
double GetDelay(int channel) Get the delay for a given channel in milliseconds instead of samples.
string GetLabel(int channel) Get the short name of a channel written to the configuration file to select that channel for setup.
void ReadFile(string path, out ChannelData[] channels) When overridden, the filter set supports file import through this function.

Public properties

int BandsMaximum number of peaking EQ filters per channel.
double GainPrecision Round the gains to this precision.
double MaxGainMaximum gain of a single peaking EQ band.
double MinGainMinimum gain of a single peaking EQ band.

Protected properties

ChannelData[] ChannelsApplied filter sets for each channel in the configuration file.